home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : ui_event.ph
- SHORTNAME : event.ph
- SNNS VERSION : 3.2
-
- PURPOSE : Header file of correspondent '.c' file
- NOTES :
-
- AUTHOR : Tilman Sommer
- DATE : 5.6.1990
-
- CHANGED BY : Guenter Mamier
- IDENTIFICATION : @(#)ui_event.ph 1.9 3/2/94
- SCCS VERSION : 1.9
- LAST CHANGE : 3/2/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
-
-
- #ifndef _UI_EVENT_DEFINED_
- #define _UI_EVENT_DEFINED_
-
-
- /* begin global definition section */
-
-
- void ui_mw_eventProc (Widget, struct Ui_DisplayType *, XEvent *);
- void ui_can_MapEventProc (Widget, struct Ui_DisplayType *, XEvent *);
-
- unsigned long ui_col_mainCells[10][3];
- struct PosType ui_pixPosMouse, ui_gridPosMouse; /* current mouse position */
-
-
- /* end global definition section */
-
-
- /* begin private definition section */
-
-
- static int ui_link_sourceUnitNo; /* unitNo on position, where
- middle button was
- depressed */
- static struct PosType ui_pixPosOld, ui_gridPosOld; /* last mouse position */
- static Bool ui_unselectFlg; /* SHIFT was pressed */
- static Bool ui_pixBoxDrawnFlg; /* rubber box is visible */
- static Bool ui_leftButton, ui_middleButton; /* ... button was depressed */
- static struct PosType ui_selPixPos1, ui_selGridPos1; /* position, where the left
- button was depressed */
- static struct PosType ui_selGridPos2; /* position, where the left
- button was released */
- static struct PosType ui_selPixPosBox; /* position of the first
- corner of the rubber box */
-
-
-
- /* end private definition section */
-
-
- #endif /* _UI_EVENT_DEFINED_ */
-
-
-
- /* end of file */
- /* lines: 27 */
-